home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!--
-
- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
- The contents of this file are subject to the Mozilla Public License Version
- 1.1 (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
- http://www.mozilla.org/MPL/
-
- Software distributed under the License is distributed on an "AS IS" basis,
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- for the specific language governing rights and limitations under the
- License.
-
- The Original Code is mozilla.org Code.
-
- The Initial Developer of the Original Code is
- Netscape Communications Corporation.
- Portions created by the Initial Developer are Copyright (C) 1998-2001
- the Initial Developer. All Rights Reserved.
-
- Contributor(s):
-
- Alternatively, the contents of this file may be used under the terms of
- either of the GNU General Public License Version 2 or later (the "GPL"),
- or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
- in which case the provisions of the GPL or the LGPL are applicable instead
- of those above. If you wish to allow use of your version of this file only
- under the terms of either the GPL or the LGPL, and not to allow others to
- use your version of this file under the terms of the MPL, indicate your
- decision by deleting the provisions above and replace them with the notice
- and other provisions required by the GPL or the LGPL. If you do not delete
- the provisions above, a recipient may use your version of this file under
- the terms of any one of the MPL, the GPL or the LGPL.
-
- ***** END LICENSE BLOCK ***** -->
-
- <?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
-
- <!DOCTYPE page SYSTEM "chrome://messenger/locale/am-mdn.dtd">
-
- <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- onload="parent.onPanelLoaded('am-mdn.xul');">
-
- <stringbundle id="bundle_smime" src="chrome://messenger/locale/am-mdn.properties"/>
- <script type="application/x-javascript" src="chrome://messenger/content/AccountManager.js"/>
- <script type="application/x-javascript" src="chrome://messenger/content/am-mdn.js"/>
-
- <dialogheader title="&pane.title;"/>
-
- <groupbox>
-
- <caption label="&pane.title;"/>
-
- <hbox id="prefChoices" align="center">
- <radiogroup id="identity.use_custom_prefs" wsm_persist="true" genericattr="true"
- preftype="bool" prefstring="mail.identity.%identitykey%.use_custom_prefs"
- oncommand="EnableDisableCustomSettings();">
- <radio id="identity.select_global_prefs" value="false" label="&useGlobalPrefs.label;"
- accesskey="&useGlobalPrefs.accesskey;"/>
- <radio id="identity.select_custom_prefs" value="true" label="&useCustomPrefs.label;"
- accesskey="&useCustomPrefs.accesskey;"/>
- </radiogroup>
- </hbox>
-
- <vbox id="returnReceiptSettings" class="indent" align="start">
- <checkbox id="identity.request_return_receipt_on" label="&requestReceipt.label;"
- accesskey="&requestReceipt.accesskey;"
- wsm_persist="true" genericattr="true" iscontrolcontainer="true"
- preftype="bool" prefstring="mail.identity.%identitykey%.request_return_receipt_on"/>
-
- <vbox id="receiptArrive">
- <description id="receiptArriveLabel">&receiptArrive.label;</description>
- <radiogroup id="server.incorporate_return_receipt" wsm_persist="true" genericattr="true"
- preftype="int" prefstring="mail.server.%serverkey%.incorporate_return_receipt">
- <radio id="leave_in_inbox" value="0" label="&leaveIt.label;"
- accesskey="&leaveIt.accesskey;"/>
- <radio id="move_to_sent" value="1" label="&moveToSent.label;"
- accesskey="&moveToSent.accesskey;"/>
- </radiogroup>
- </vbox>
-
- <vbox id="receiptRequest">
- <description id="receiptRequestLabel">&requestMDN.label;</description>
- <radiogroup id="server.mdn_report_enabled" wsm_persist="true" genericattr="true"
- preftype="bool" prefstring="mail.server.%serverkey%.mdn_report_enabled"
- oncommand="EnableDisableAllowedReceipts();">
- <radio id="never_return" value="false" label="&never.label;"
- accesskey="&never.accesskey;"/>
- <radio id="return_some" value="true" label="&returnSome.label;"
- accesskey="&returnSome.accesskey;"/>
- </radiogroup>
-
- <hbox id="receiptSendIf" class="indent">
- <grid>
- <columns><column/><column/></columns>
- <rows>
- <row align="center">
- <label id="notInToCcLabel" value="¬InToCc.label;"
- accesskey="¬InToCc.accesskey;" control="server.mdn_not_in_to_cc"/>
- <menulist id="server.mdn_not_in_to_cc" wsm_persist="true" genericattr="true"
- preftype="int" prefstring="mail.server.%serverkey%.mdn_not_in_to_cc">
- <menupopup>
- <menuitem value="0" label="&neverSend.label;"/>
- <menuitem value="1" label="&alwaysSend.label;"/>
- <menuitem value="2" label="&askMe.label;"/>
- </menupopup>
- </menulist>
- </row>
- <row align="center">
- <label id="outsideDomainLabel" value="&outsideDomain.label;"
- accesskey="&outsideDomain.accesskey;" control="server.mdn_outside_domain"/>
- <menulist id="server.mdn_outside_domain" wsm_persist="true" genericattr="true"
- preftype="int" prefstring="mail.server.%serverkey%.mdn_outside_domain">
- <menupopup>
- <menuitem value="0" label="&neverSend.label;"/>
- <menuitem value="1" label="&alwaysSend.label;"/>
- <menuitem value="2" label="&askMe.label;"/>
- </menupopup>
- </menulist>
- </row>
- <row align="center">
- <label id="otherCasesLabel" value="&otherCases.label;"
- accesskey="&otherCases.accesskey;" control="server.mdn_other"/>
- <menulist id="server.mdn_other" wsm_persist="true" genericattr="true"
- preftype="int" prefstring="mail.server.%serverkey%.mdn_other">
- <menupopup>
- <menuitem value="0" label="&neverSend.label;"/>
- <menuitem value="1" label="&alwaysSend.label;"/>
- <menuitem value="2" label="&askMe.label;"/>
- </menupopup>
- </menulist>
- </row>
- </rows>
- </grid>
- </hbox>
-
- </vbox>
-
- </vbox>
-
- </groupbox>
-
- </page>
-